literal adj. 1.文字的,文字上的。 2.字面上的,逐字逐句的。 3.没有夸张的,朴实的,原原本本的。 4.呆板的,平庸的,乏味的。 5.字母的,用字母代表的。 the literal arithmetic 代数学。 a literal translation 逐字逐句直译。 a literal interpretation 字面解释。 the literal truth 原原本本的实情。 n. 【印刷】错排,文字上的错误。 in the literal sense of the word 照字面的意思;实在,真正 (In the literal sense of the word, I heard nothing. 我听实在是没有听到〔但可能看到过〕)。 -ity 直译;实际;精确。 n. -ness
This example returns the square root of a numeric literal 此示例返回数值的平方根。
Literals include strings and character and numeric literals 文字量包括字符串,字符和数字文字量。
By default , a real numeric literal on the right - hand side of the assignment operator is treated as 默认情况下,赋值运算符右侧的实数被视为
Fixed - point numeric literals that are parts of predicates that involve comparison operators parameterize to 如果定点数值是涉及比较运算符的谓词的组成部分,则此类数值将参数化为
Fixed - point numeric literals that are not parts of predicates that involve comparison operators parameterize to 如果定点数值不是涉及比较运算符的谓词的组成部分,则此类数值将参数化为
Note that numeric literals do not include a sign ; a phrase like - 1 is actually an expression composed of the operator - and the literal 1 注意数值型的字面值不包括符号(译注:正负号) ,像- 1实际上是个组合了一元运算符" - "和字面值1的表达式
Note that numeric literals do not include a sign ; a phrase like - 1 is actually an expression composed of the unary operator ` - ' and the literal 1 注意数值型的字面值不包括符号(译注:正负号) ,像- 1实际上是个组合了一元运算符" - "和字面值1的表达式
Scalars the scalar variables hold only one value , which may be a numeric literal , or a string literal . scalar variable names always begin with a $ sign 标量标量变量仅保存一个值,它可以是一个数值字面值,或一个字符串字面值。标量变量名称始终用一个$字符开始。